Release 10.1A: OpenEdge Development:
Progress Dynamics Repository Reference


gsm_profile_data table — gsmpf

This table is used to store profile information for specific users, such as browser filter settings, window positions and sizes, and report filter settings.

The nature of the profile_data_key and profile_data_value fields is determined by the profile type and code. Data can be stored permanently, or for the current session only, depending on the context_id field.

Table 17–5 lists the table’s FLA, fields, and foreign keys.

Table 17–5: gsm_profile_data table information 
Table FLA
Fields (data type)
Foreign keys
gsmpf
user_obj (Decimal)
profile_type_obj (Decimal)
profile_code_obj (Decimal)
profile_data_key (Character)
context_id (Character)
profile_data_value (Character)
profile_data_obj (Decimal)
profile_type_obj
user_obj

Table 17–6 gives details of the table’s indexes.

Table 17–6: gsm_profile_data index information 
Index name
Elements
Type
XPKgsm_profile_data
user_obj
profile_type_obj
profile_code_obj
profile_data_key
context_id
Primary Unique
XAK1gsm_profile_data
profile_type_obj
profile_code_obj
profile_data_key
context_id
user_obj
Unique
XAK2gsm_profile_data
profile_data_obj
Unique
XIE1gsm_profile_data
context_id
Nonunique


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095